home *** CD-ROM | disk | FTP | other *** search
- Attribute VB_Name = "Module1"
- Option Explicit
- Type CosmInfo
- nV As Long
- lCur() As Double
- dL() As Double
- xVer() As Double
- yVer() As Double
- Bet() As Double
- End Type
-
-
-
- Global objApp As XApplication
- Global Drs As Drawings
- Global ActDr As Drawing
- Global Grs As Graphics
- Global Vis As Views
- Global Vi As View
-
- Global Const Pi = 3.14159265359
- Global Const Eps = 0.000001
- Global FormCancel As Boolean
-
- Sub Main()
- FormCancel = True
- End Sub
-
-